PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / multiply Method / multiply(PDFMatrix) Method
The matrix by which this matrix is to be multiplied.
In This Topic
    multiply(PDFMatrix) Method
    In This Topic
    Multiplies this matrix by the matrix specified in the matrix parameter.
    Syntax
    public void multiply( 
       PDFMatrix matrix
    )

    Parameters

    matrix
    The matrix by which this matrix is to be multiplied.
    See Also